home *** CD-ROM | disk | FTP | other *** search
/ All About the French Know-How at E3 2000 (USA) / All About the French Know-How at E3 2000 (USA).bin / Data / 15008 / TheoBr01.cab / _2E4994BA000B11D48F08965B7DEAC134 < prev    next >
Text File  |  2000-03-24  |  14KB  |  543 lines

  1. <html>
  2.  
  3. <head>
  4.  
  5.  
  6. <title>En savoir plus</title>
  7. <link REL="stylesheet" TYPE="text/css" HREF="Style%20Sheet1.css">
  8. <script ID="clientEventHandlersJS" LANGUAGE="javascript">
  9. <!--
  10. var thistext ="";
  11. var thisinfo = "" ;
  12. function fermer_onclick() {
  13. var Obj;
  14. var strName ;
  15. var strCtl ;
  16. for( i = 0; i< document.all.length; i++)
  17. {
  18.     Obj = document.all(i) ;
  19.     strName = Obj.id ;
  20.     if( strName != "undefined" )
  21.     strCtl = strName.substr(0,4) ;
  22.     if( strCtl == "info" || strCtl == "cont" )
  23.     {
  24.         Obj.style.display = "none" ;
  25.     }
  26. }
  27. }
  28.  
  29. function aggrandir_onclick() {
  30. var Obj;
  31. var strName ;
  32. var strCtl ;
  33. for( i = 0; i< document.all.length; i++)
  34. {
  35.     Obj = document.all(i) ;
  36.     strName = Obj.id ;
  37.     if( strName != "undefined" )
  38.     strCtl = strName.substr(0,4) ;
  39.     if( strCtl == "info")
  40.     {    
  41.         if( Obj.style.display == "block" )
  42.         {    
  43.             thisinfo = strName ;
  44.             Obj.style.display = "none" ;
  45.             Obj.className = "grosseinfo" ;
  46.             
  47.         }
  48.         Obj.style.display = "none" ;
  49.     }
  50.     if( strCtl == "cont")
  51.         Obj.style.display = "none" ;
  52.     if( strCtl == "text")
  53.     {
  54.         
  55.             thistext = strName ;
  56.             Obj.style.display = "none" ;
  57.         
  58.         
  59.     }
  60.                     
  61. }
  62. document.all.item(thisinfo).style.display = "block" ;
  63. controleg.style.display = "block" ;
  64. }
  65.  
  66. function rapetisser_onclick() {
  67. var Obj;
  68. var strName ;
  69. var strCtl ;
  70. for( i = 0; i< document.all.length; i++)
  71. {
  72.     Obj = document.all(i) ;
  73.     strName = Obj.id ;
  74.     if( strName != "undefined" )
  75.     strCtl = strName.substr(0,4) ;
  76.     if( strCtl == "info")
  77.     {    
  78.         if( Obj.style.display == "block" )
  79.         {    
  80.             thisinfo = strName ;
  81.             Obj.style.display = "none" ;
  82.             Obj.className = "infotext" ;
  83.             
  84.         }
  85.         Obj.style.display = "none" ;
  86.     }
  87.     if( strCtl == "cont")
  88.         Obj.style.display = "none" ;
  89.     
  90.                     
  91. }
  92. document.all.item(thisinfo).style.display = "block" ;
  93. document.all.item(thistext).style.display = "block" ;
  94. controle.style.display = "block" ;
  95.  
  96. }
  97.  
  98. function fermerg_onclick() {
  99. var Obj;
  100. var strName ;
  101. var strCtl ;
  102. for( i = 0; i< document.all.length; i++)
  103. {
  104.     Obj = document.all(i) ;
  105.     strName = Obj.id ;
  106.     if( strName != "undefined" )
  107.     strCtl = strName.substr(0,4) ;
  108.     if( strCtl == "info"  )
  109.     {
  110.         Obj.className = "infotext" ;
  111.         Obj.style.display = "none" ;
  112.     }
  113.     if( strCtl == "cont"  )
  114.     {
  115.         Obj.style.display = "none" ;
  116.     }
  117. }
  118. document.all.item(thistext).style.display = "block" ;
  119. }
  120.  
  121. function ASRRec1_SpeechRecognized(phrase,score,action) {
  122.  
  123. if( score < 50)
  124.     return;
  125. switch(action)
  126. {
  127.  
  128. /******************************************************
  129.             Navigation
  130. *******************************************************/
  131. case 1:
  132.     document.location.href = "pageprin.htm"; break ;
  133. case 2:
  134.     document.location.href = "pourfairequoi.htm";
  135.     break;
  136. case 3 :
  137.     document.location.href = "qui.htm" ;break;
  138. case 4 :
  139.     document.location.href = "contacte.htm";break;
  140. case 5:
  141.     document.location.href = "aide.htm";break;
  142. case 6:
  143.     document.location.href = "nos.htm";break;
  144. case 7 :
  145.     document.location.href = "agenda.htm"; break;
  146. case 8:
  147.     document.location.href = "revues.htm";break;
  148.  
  149. case 10:
  150.     document.location.href = "nouvelle.htm";break;
  151. case 11:
  152.     document.location.href = "nouvelle1.htm";break;
  153. case 12:
  154.     document.location.href = "QuizzFR.htm";break;
  155. case 13:
  156.     document.location.href = "nouvelle3.htm";break;    
  157. case 29 :
  158.     document.location.href = "fabricants.htm";break;    
  159. case 100:
  160.     document.location.href = "default1.htm";break;
  161.  
  162.  
  163. /**************************************************
  164.              Commandes
  165. ****************************************************/
  166. case 14:
  167.     window.print();break;
  168. case 101:
  169.     window.history.back(1);break;
  170. case 102:
  171.     window.history.forward(1);break;
  172.     
  173. case 103 :
  174.     CommandesP.click() ;break;
  175.  
  176. case 104 :
  177.      document.location.href="defaultGB.htm" ; 
  178.      break ;
  179.  
  180.  
  181. /////////// Scrolls //////////////////////////
  182. case 105:
  183.     text1.doScroll("up");
  184.     break ;
  185. case 106:
  186.     text1.doScroll("down");
  187.     break;
  188. case 107 :
  189.     text1.doScroll("pageUp") ;
  190.     break ;
  191. case 108 :
  192.     text1.doScroll("pageDown") ;
  193. ///////////////////////////////////////////////
  194.     break ;    
  195. case 1000:
  196.     window.close();break;
  197. case 20000 :
  198.         window.top.location.href = "../index.html";
  199.         break;
  200. default :
  201. break ;
  202.  
  203. }
  204. }
  205.  
  206. function CommandesP_onclick() {
  207.  info1.style.display = "block" ;
  208. }
  209.  
  210.  
  211.  
  212. //-->
  213. </script>
  214. <script LANGUAGE="javascript" FOR="ASRRec1" EVENT="SpeechRecognized(phrase, score, action)">
  215. <!--
  216.  
  217.  ASRRec1_SpeechRecognized(phrase,score,action)
  218. //-->
  219. </script>
  220. </head>
  221.  
  222. <body background="images/recvoc.gif" 
  223. style="BACKGROUND-REPEAT: no-repeat" 
  224. LANGUAGE="javascript">
  225.  
  226. <img 
  227.      src="images/dummylogo.gif" WIDTH="139" HEIGHT="85" 
  228.       onclick="location.href='default1.htm'"
  229.       style="CURSOR: hand ; POSITION: absolute; LEFT : 620px; TOP : 490px"> 
  230.       
  231.       
  232.       
  233. <OBJECT classid="clsid:80B9E3EF-AD88-11D3-9FEB-D74ABDA2E736" id=ASRRec1 style="BACKGROUND-COLOR: #285098; LEFT: 13px; POSITION: absolute; TOP: 0px; POSITION: ABSOLUTE;" VIEWASTEXT>
  234.     <PARAM NAME="_cx" VALUE="6244">
  235.     <PARAM NAME="_cy" VALUE="2064">
  236.     <PARAM NAME="DatbaseName" VALUE="MyDb">
  237.     <PARAM NAME="ContextName" VALUE="site">
  238.     <PARAM NAME="UserName" VALUE="generic user">
  239.     <PARAM NAME="EnvName" VALUE="Win32"></OBJECT>
  240.  
  241.     <table ALIGN="left" class="tab1" LANGUAGE="javascript" id="table1">
  242.   <tr>
  243.     <td>
  244.         <img src="images/boutonrecvoc1sel.gif" border="0" id="IMG1" WIDTH="130" HEIGHT="64"> 
  245.         
  246.     </td>
  247.   </tr>
  248.   <tr>
  249.     <td BACKGROUND="images/boutonfq1ro.gif" onclick="location.href='pourfairequoi.htm'" style="BACKGROUND-REPEAT:  no-repeat; 
  250.      CURSOR: hand" onmouseover="IMG2.style.visibility = 'hidden'" onmouseout="IMG2.style.visibility='visible'">
  251.         <a style="TEXTDECORATION: none" href="pourfairequoi.htm">
  252.         <img src="images/boutonfq1.gif" border="0" id="IMG2" WIDTH="130" HEIGHT="56"></a>
  253.     </td>
  254.   </tr>
  255.   <tr>
  256.     <td BACKGROUND="images/boutonqui1ro.gif" onclick="location.href='qui.htm'" style="BACKGROUND-REPEAT:  no-repeat; CURSOR: 
  257.     hand" onmouseover="IMG3.style.visibility = 'hidden'" onmouseout="IMG3.style.visibility='visible'">
  258.     <a style="TEXTDECORATION: none" href="qui.htm">
  259.         <img src="images/boutonqui1.gif" border="0" id="IMG3" WIDTH="130" HEIGHT="55"></a>    
  260.     </td>
  261.   </tr>
  262.   <tr>
  263.     <td BACKGROUND="images/boutoncontact1ro.gif" onclick="location.href='contacte.htm'" style="BACKGROUND-REPEAT: no-repeat; CURSOR: 
  264.     hand" onmouseover="IMG4.style.visibility = 'hidden'" onmouseout="IMG4.style.visibility='visible'">
  265.     <a style="TEXTDECORATION: none" href="contacte.htm">
  266.         <img src="images/boutoncontact1.gif" border="0" id="IMG4" WIDTH="130" HEIGHT="54"></a>    
  267.     </td>
  268.   </tr>
  269.   <tr>
  270.     <td BACKGROUND="images/boutonaide1ro.gif" onclick="location.href='aide.htm'" style="BACKGROUND-REPEAT:  no-repeat; CURSOR: 
  271.     hand" onmouseover="IMG5.style.visibility = 'hidden'" onmouseout="IMG5.style.visibility='visible'">
  272.     <a style="TEXTDECORATION: none" href="aide.htm">
  273.         <img src="images/boutonaide1.gif" border="0" id="IMG5" WIDTH="130" HEIGHT="56"></a>    
  274.     </td>
  275.   </tr>
  276. </table> <div ID="table2" class="tab2" LANGUAGE="javascript">
  277.  
  278. <table WIDTH="100" ALIGN="left" BORDER="0" cellspacing="10" CELLPADDING="1">
  279.     <tr>
  280.     <td language="javascript" 
  281.         class="nav1" 
  282.         onmouseover="this.bgColor = '#FFA500' " 
  283.         onmouseout="this.bgColor = '#FFFFFF' " 
  284.         onclick="location.href='pageprin.htm'" 
  285.         style="CURSOR: hand">
  286.         
  287.         Qu'est-ce que c'est?
  288.         
  289.     </td>
  290.   </tr>
  291.   <tr>
  292.     <td language="javascript" 
  293.         class="nav1" 
  294.         onmouseover="this.bgColor = '#FFA500' " 
  295.         onmouseout="this.bgColor = '#FFFFFF' " 
  296.         onclick="location.href='nos.htm'" 
  297.         style="CURSOR: hand">
  298.         
  299.         Nos partenaires
  300.         
  301.     </td>
  302.   </tr>
  303.   
  304.   <tr>
  305.     <td language="javascript" 
  306.         class="nav1"
  307.         onmouseover="this.bgColor = '#FFA500' " 
  308.         onmouseout="this.bgColor = '#FFFFFF' " 
  309.         onclick="location.href='fabricants.htm'" 
  310.         style="CURSOR: hand">
  311.         
  312.         Les fabricants
  313.         
  314.     </td>
  315.   </tr>
  316.   
  317.   <tr>
  318.     <td language="javascript" 
  319.         class="nav1"
  320.         onmouseover="this.bgColor = '#FFA500' " 
  321.         onmouseout="this.bgColor = '#FFFFFF' " 
  322.         onclick="location.href='agenda.htm'" 
  323.         style="CURSOR: hand">
  324.         
  325.         Agenda
  326.         
  327.     </td>
  328.   </tr>
  329.   
  330.   <tr>
  331.     <td class="nav1" style="COLOR: orange" bgcolor="blue">En savoir plus</td>
  332.   </tr>
  333.   
  334. </table> 
  335. </div> 
  336.  
  337.  
  338.  
  339.  
  340. <img id="aide1" class="aidepic" src="images/aidepic.gif" WIDTH="271" HEIGHT="207"> 
  341. <div id="controle" class="infocontrole" style="DISPLAY: none">
  342.     <table>
  343.     
  344.     <tr>
  345.         <td id="aggrandir" LANGUAGE="javascript" onclick="return aggrandir_onclick()">
  346.             <img src="images/aggrandir.gif" style="BORDER-BOTTOM: black solid 2px; BORDER-LEFT: black solid 2px; BORDER-RIGHT: black solid 2px; BORDER-TOP: black solid 2px" WIDTH="40" HEIGHT="40"> 
  347.         </td>
  348.         <td id="fermer" LANGUAGE="javascript" onclick="return fermer_onclick()">
  349.             <img src="images/fermer.gif" style="BORDER-BOTTOM: black solid 2px; BORDER-LEFT: black solid 2px; BORDER-RIGHT: black solid 2px; BORDER-TOP: black solid 2px" WIDTH="40" HEIGHT="40"> 
  350.         </td></tr>
  351.     </table>
  352. </div>
  353.  
  354. <div id="controleg" class="infocontroleg" style="DISPLAY: none">
  355.     <table>
  356.     
  357.     <tr>
  358.         <td id="rapetisser" LANGUAGE="javascript" onclick="return rapetisser_onclick()">
  359.             <img src="images/rapetisser.gif" style="BORDER-BOTTOM: black solid 2px; BORDER-LEFT: black solid 2px; BORDER-RIGHT: black solid 2px; BORDER-TOP: black solid 2px" WIDTH="40" HEIGHT="40"> 
  360.         </td>
  361.         <td id="fermerg" LANGUAGE="javascript" onclick="return fermerg_onclick()">
  362.             <img src="images/fermer.gif" style="BORDER-BOTTOM: black solid 2px; BORDER-LEFT: black solid 2px; BORDER-RIGHT: black solid 2px; BORDER-TOP: black solid 2px" WIDTH="40" HEIGHT="40"> 
  363.         </td></tr>
  364.     </table>
  365. </div><!*****************************************************************************************
  366. ********************************************************************************************
  367.                                         TEXTE
  368. ********************************************************************************************
  369. *******************************************************************************************->
  370. <div id="text1" class="defaulttext">
  371.  
  372. <h3>Reconnaissance vocale</h3>
  373. <p></p>
  374. <dir>
  375. <li>21<sup>st</sup> century eloquence : trΦs riche site amΘricain
  376. <p></p>
  377. <a HREF="http://www.voicerecognition.com">www.voicerecognition.com</a>
  378. <p></p>
  379. </li>
  380. <li>Clips(centre de recherche grenoblois):
  381. <p></p>
  382. <a HREF="http://www.imag.fr">www.imag.fr</a><br>
  383. <a HREF="http://www.multicom.imag.fr">www.multicom.imag.fr</a>
  384. <p></p>
  385. </li>
  386. <li>Polytechnique de Mons, site bilingue franτais-anglais  :
  387. <p></p>
  388. <a HREF="http://tcts.fpms.ac.be">tcts.fpms.ac.be</a>
  389. <p></p>
  390. </li>
  391. <li>Centre de recherche franτais: </p>
  392. <p></p>
  393. <a HREF="http://www.limsi.fr">www.limsi.fr</a>
  394. <p></p>
  395. <li> La pΘpiniΦre belge pour les entreprises spΘcialisΘes :
  396. </li>
  397. <p></p>
  398. <a HREF="http://www.flv.be">www.flv.be</a> 
  399. <p></p>
  400. <li>Le site de nos confrΦres amΘricains:</li>
  401. <p></p>
  402.  <a HREF="http://www.chant.ne">www.chant.ne</a>
  403.  <p></p>
  404. <li> Revue de presse amΘricaine sur la reconnaissance vocale:</li>
  405. <p></p>
  406.  <a HREF="http://www.anchordesk.com/a/adt0401ba/3247">www.anchordesk.com/a/adt0401ba/3247</a>
  407. <p></p>
  408. <li>MIT and Harvard, 
  409. Boston :</li>
  410. <p></p>
  411.  <a HREF="http://www.web/mit.edu/speech/www/">www.web/mit.edu/speech/www/</a><br> <a HREF="http://www.web7.mit.edu/HSTSH/www">www.web7.mit.edu/HSTSH/www</a>
  412. <p></p>
  413. <li>Center for studies in language and information, Stanford UniversitΘ, San JosΘ 
  414. :</li>
  415. <p></p>
  416.  <a HREF="http://www.csl.stanford.edu/csli/index.shtml">www.csl.stanford.edu/csli/index.shtml </a>
  417. </dir>
  418. <p></p>
  419. <h3>L'apprentissage des langues</h3>
  420. <p></p>
  421. <dir>
  422.     <li>
  423.     RIOFIL(RΘseau International des Observations Francophones de l'Inforoute
  424.     et du traitement informatique des Langues) :
  425.     <p></p>
  426.     <a HREF="http://www.riofil.org">www.riofil.org </a>
  427.     <p></p>
  428.     </li>
  429.     <li>
  430.     Auralog :
  431.     <p></p>
  432.     <a HREF="http://www.auralog.com">www.auralog.com </a>
  433.     <p></p>
  434.     </li>
  435.     <li>
  436.     JΘriko :
  437.     <p></p>
  438.     <a HREF="http://www.jeriko.com">www.jeriko.com </a>
  439.     <p></p>
  440.     </li>
  441.     <li>
  442.     Commest :
  443.     <p></p>
  444.     <a HREF="http://www.commest.com">www.commest.com </a>
  445.     <p></p>
  446.     </li>
  447.     
  448.     <li>
  449.     EMME :
  450.     <p></p>
  451.     <a HREF="http://www.emme.fr">www.emme.fr </a>
  452.     <p></p>
  453.     </li>
  454.     
  455.     <li>
  456.     Nomad/Edulang :
  457.     <p></p>
  458.     <a HREF="http://www.edulang.com">www.edulang.com </a>
  459.     <p></p>
  460.     </li>
  461. </dir>
  462.  
  463. <h3>La synthΦse vocale </h3>
  464. <dir>
  465.     <li>Elan informatique (Toulouse) :
  466.     <p></p>
  467.     <a HREF="http://www.elantts.com">www.elantts.com</a>
  468.     <p></p>
  469.     </li>
  470. </dir>
  471.  
  472. <h3>La tΘlΘphonie </h3>
  473. <p></p>
  474. <dir>
  475.     <li>@motion(Phone.com) :
  476.     <p></p>
  477.     <a HREF="http://www.01-informatique.com/actus/1/6619.html?Indice=1&Themes=00000000000">
  478.     @motion</a>
  479.     <p></p>
  480.     </li>
  481.     
  482.     <li>Nuance communications :
  483.     <p></p>
  484.     <a HREF="http://www.nuance.com">www.nuance.com</a><br>
  485.     <a HREF="http://www.speechcentral.com">www.speechcentral.com</a><br>
  486.     <p></p>
  487.     </li>
  488. </dir>
  489.  
  490. <h3> La biomΘtrie </h3>
  491. <dir>
  492.     <li> Keyware, in Canada :
  493.     <p></p> 
  494.     <a HREF="http://biomΦtrie.online.fr">biomΦtrie.online.fr</a>
  495.     <p></p>
  496.     </li>
  497. </dir>
  498.  
  499. <h3>Applications embarquΘes</h3>
  500. <p></p>
  501. <dir>
  502.     <li>La voiture intelligente 
  503.     </li>
  504. </dir>
  505.  
  506. </div> 
  507.  
  508.  
  509. <span id="CommandesP" language="javascript" class="liencom" onclick="return CommandesP_onclick()" ondblclick="fermer_onclick()">
  510.  
  511. </span>
  512.  
  513. <div id="info1" class="infotext" style="DISPLAY: none; FONT-SIZE: 9pt" ondblclick="fermer_onclick()"> 
  514. la reconnaissance vocale <br>
  515. pour faire quoi <br>
  516. pourquoi faire <br>
  517. qui sommes nous <br>
  518. contactez nous <br>
  519. aide <br>
  520. accueil<br>
  521. nos partenaires <br>
  522. agenda <br>
  523. en savoir plus<br>
  524. la navigation <br>
  525. les jeux <br>
  526. la formation<br>
  527. la recherche des donnΘes<br>
  528. prΘcΘdent<br>
  529. Θcran prΘcΘdent<br> 
  530. retour<br>
  531. suivant<br>Θcran suivant<br>
  532. avance<br>
  533. partenaires<br>
  534. accueil <br>
  535. commandes 
  536. possibles <br>
  537. quitter <br>
  538. fermer <br>
  539. anglais <br>
  540. </div>  
  541. </body>
  542. </html>
  543.